Concatenate operator (x +y)

Basic and Crystal syntax.

Concatenate (x & y) and Concatenate (x + y) are synonymous if both operands x and y are Strings.

Usage

x + y

Concatenates (combines) string x to string y to make one contiguous string.

Examples

The following examples are applicable to both Basic and Crystal syntax:

"Bread" + " and " + "butter"

Returns "Bread and butter".

"Your customer number is " + ({customer.CUSTOMER ID}) + " and your company contact person is " + ({customer.CONTACT FIRST NAME}) + "."

Returns "Your customer number is 64 and your company contact person is Bob." Where CustomerID="64" and First Name = "Bob".

Comments

"Your account balance is " + ToText({file.BALANCE}) + "."

Related topics

Concatenate (x & y)

Formula 2

Formula 5

Formula 13

Formula 15



Seagate Software IMG Holdings, Inc.
http://www.seagatesoftware.com
Support services:
http://support.seagatesoftware.com